mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Stage support
This commit is contained in:
parent
e43138bc08
commit
fbd44e802f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341966
@ -24,10 +24,6 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
MAN1= freetalk.1
|
||||
INFO= freetalk
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -26,6 +26,8 @@ bin/freetalk
|
||||
%%DATADIR%%/extensions/utils.scm
|
||||
share/locale/en@boldquot/LC_MESSAGES/freetalk.mo
|
||||
share/locale/en@quot/LC_MESSAGES/freetalk.mo
|
||||
info/freetalk.info
|
||||
man/man1/freetalk.1.gz
|
||||
@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@boldquot
|
||||
@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||
|
@ -19,13 +19,9 @@ USE_LDCONFIG= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
MAN1= zephyr.1 zaway.1 zctl.1 zleave.1 zlocate.1 znol.1 zwrite.1 zwgc.1
|
||||
MAN8= zhm.8 zephyrd.8 zstat.8 zshutdown_notify.8
|
||||
|
||||
OPTIONS_DEFINE= HEIMDAL
|
||||
HEIMDAL_DESC= Link against libss.so from security/heimdal
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHEIMDAL}
|
||||
|
@ -19,6 +19,18 @@ sbin/zephyrd
|
||||
sbin/zhm
|
||||
%%DATADIR%%/zwgc.desc
|
||||
%%DATADIR%%/zwgc_resources
|
||||
man/man1/zaway.1.gz
|
||||
man/man1/zctl.1.gz
|
||||
man/man1/zephyr.1.gz
|
||||
man/man1/zleave.1.gz
|
||||
man/man1/zlocate.1.gz
|
||||
man/man1/znol.1.gz
|
||||
man/man1/zwgc.1.gz
|
||||
man/man1/zwrite.1.gz
|
||||
man/man8/zephyrd.8.gz
|
||||
man/man8/zhm.8.gz
|
||||
man/man8/zshutdown_notify.8.gz
|
||||
man/man8/zstat.8.gz
|
||||
@exec mkdir -p %D/etc/zephyr/acl
|
||||
@dirrm etc/zephyr/acl
|
||||
@dirrm etc/zephyr
|
||||
|
@ -19,10 +19,9 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet\
|
||||
${LOCALBASE}/lib/libfb.a:${PORTSDIR}/net/libfb
|
||||
LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
PLIST_FILES= bin/fonulator
|
||||
MAN1= fonulator.1
|
||||
PLIST_FILES= bin/fonulator \
|
||||
man/man1/fonulator.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD}\
|
||||
-e 's,/usr/lib/libargtable2.a,${LOCALBASE}/lib/libargtable2.a,'\
|
||||
|
Loading…
Reference in New Issue
Block a user