Stagify.
Approved by: portmgr@
This commit is contained in:
parent
0cd63d5db5
commit
c1f7fc21d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357692
2 changed files with 4 additions and 9 deletions
|
@ -19,11 +19,6 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
|||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake motif
|
||||
|
||||
MAN1= xastir.1 \
|
||||
callpass.1 \
|
||||
testdbfawk.1 \
|
||||
xastir_udp_client.1
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFINE= SHAPELIB DBFAWK MAGICK CURL GEOTIFF GDAL GPSMAN FESTIVAL \
|
||||
|
@ -44,7 +39,6 @@ OPTCFLAGS_DESC= Use optimized CFLAGS (-O2 -pipe)
|
|||
|
||||
OPTIONS_DEFAULT= SHAPELIB DBFAWK MAGICK CURL RTREE BDB
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSHAPELIB}
|
||||
|
@ -115,7 +109,4 @@ CFLAGS+= -O2 -pipe
|
|||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -2,6 +2,10 @@ bin/callpass
|
|||
bin/testdbfawk
|
||||
bin/xastir
|
||||
bin/xastir_udp_client
|
||||
man/man1/callpass.1.gz
|
||||
man/man1/testdbfawk.1.gz
|
||||
man/man1/xastir.1.gz
|
||||
man/man1/xastir_udp_client.1.gz
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/COPYING.LIB.LESSTIF
|
||||
|
|
Loading…
Reference in a new issue