Lines 1-26
Link Here
|
1 |
# New ports collection makefile for: pxtools |
1 |
# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org> |
2 |
# Date created: 27 November 1999 |
|
|
3 |
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> |
4 |
# |
5 |
# $FreeBSD: head/databases/pxtools/Makefile 300896 2012-07-14 13:54:48Z beat $ |
2 |
# $FreeBSD: head/databases/pxtools/Makefile 300896 2012-07-14 13:54:48Z beat $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= pxtools |
4 |
PORTNAME= pxtools |
9 |
PORTVERSION= 0.0.20 |
5 |
PORTVERSION= 0.0.20 |
10 |
PORTREVISION= 3 |
6 |
PORTREVISION= 3 |
11 |
CATEGORIES= databases |
7 |
CATEGORIES= databases |
12 |
MASTER_SITES= http://jan.kneschke.de/assets/2007/2/16/ |
8 |
MASTER_SITES= http://jan.kneschke.de/assets/projects/pxtools/ \ |
|
|
9 |
http://www.sourcefiles.org/Databases/Utilities/Conversion/ |
13 |
|
10 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Collection of tools to work with Paradox databases |
12 |
COMMENT= Collection of tools to work with Paradox databases |
16 |
|
13 |
|
17 |
GNU_CONFIGURE= yes |
14 |
LICENSE= GPLv2 |
|
|
15 |
|
18 |
USE_GETTEXT= yes |
16 |
USE_GETTEXT= yes |
|
|
17 |
GNU_CONFIGURE= yes |
18 |
MAKE_JOBS_SAFE= yes |
19 |
|
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
20 |
CPPFLAGS+= -I${LOCALBASE}/include |
20 |
LDFLAGS+= -L${LOCALBASE}/lib |
21 |
LDFLAGS+= -L${LOCALBASE}/lib |
21 |
|
22 |
|
22 |
post-patch: |
|
|
23 |
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \ |
24 |
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in |
25 |
|
26 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |