|
Lines 1-7
Link Here
|
| 1 |
# New ports collection makefile for: sqsh |
1 |
# Created by: Domas Mituzas <midom@dammit.lt> |
| 2 |
# Date created: 14 Jan 2000 |
|
|
| 3 |
# Whom: Domas Mituzas <midom@dammit.lt> |
| 4 |
# |
| 5 |
# $FreeBSD: ports/databases/sqsh/Makefile,v 1.37 2012/05/10 12:48:55 wen Exp $ |
2 |
# $FreeBSD: ports/databases/sqsh/Makefile,v 1.37 2012/05/10 12:48:55 wen Exp $ |
| 6 |
|
3 |
|
| 7 |
PORTNAME= sqsh |
4 |
PORTNAME= sqsh |
|
Lines 12-32
Link Here
|
| 12 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
| 13 |
COMMENT= Interactive tool for querying Sybase database servers |
10 |
COMMENT= Interactive tool for querying Sybase database servers |
| 14 |
|
11 |
|
|
|
12 |
LICENSE= GPLv2 # (or later) |
| 13 |
|
| 15 |
LIB_DEPENDS= ct:${PORTSDIR}/databases/freetds |
14 |
LIB_DEPENDS= ct:${PORTSDIR}/databases/freetds |
| 16 |
|
15 |
|
| 17 |
USE_GETTEXT= yes |
16 |
OPTIONS_DEFINE= X11 |
|
|
17 |
OPTIONS_DEFAULT=X11 |
| 18 |
|
| 19 |
USE_READLINE= yes |
| 18 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
| 19 |
CONFIGURE_ENV= SYBASE="${LOCALBASE}" |
21 |
CONFIGURE_ENV= SYBASE="${LOCALBASE}" |
| 20 |
CONFIGURE_ARGS= --with-readline |
22 |
CONFIGURE_ARGS= --with-readline |
| 21 |
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` build |
23 |
ALL_TARGET= build |
|
|
24 |
MAKE_JOBS_SAFE= yes |
| 22 |
|
25 |
|
| 23 |
MAN1= sqsh.1 |
26 |
MAN1= sqsh.1 |
|
|
27 |
PLIST_FILES= bin/sqsh etc/sqshrc.default |
| 24 |
|
28 |
|
| 25 |
.if defined(WITHOUT_X11) |
29 |
.include <bsd.port.options.mk> |
| 26 |
PKGNAMESUFFIX= -nox11 |
30 |
|
| 27 |
.else |
31 |
.if ${PORT_OPTIONS:MX11} |
| 28 |
USE_MOTIF= yes |
32 |
USE_MOTIF= yes |
| 29 |
CONFIGURE_ARGS+= --with-motif --with-x |
33 |
CONFIGURE_ARGS+= --with-motif --with-x |
|
|
34 |
.else |
| 35 |
PKGNAMESUFFIX= -nox11 |
| 30 |
.endif |
36 |
.endif |
| 31 |
|
37 |
|
| 32 |
post-patch: |
38 |
post-patch: |