2007-12-21 11:40:25 +01:00
|
|
|
PORTNAME= pico-alpine
|
2017-04-01 13:01:46 +02:00
|
|
|
PORTREVISION= 0
|
2007-12-21 11:40:25 +01:00
|
|
|
CATEGORIES= editors
|
|
|
|
DISTNAME= alpine-${PORTVERSION}
|
|
|
|
|
|
|
|
COMMENT= [Al]PIne's message COmposition editor and Pilot file manager
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://www.washington.edu/alpine/
|
2007-12-21 11:40:25 +01:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/alpine
|
|
|
|
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
|
|
|
PATCHDIR= # To void equivalent in master port
|
|
|
|
PKGMESSAGE= /nonexistent # To void equivalent in master port
|
2010-12-08 07:46:46 +01:00
|
|
|
PKGINSTALL= /nonexistent # To void equivalent in master port
|
2021-09-29 21:29:16 +02:00
|
|
|
CPE_PRODUCT= alpine
|
2007-12-21 11:40:25 +01:00
|
|
|
|
|
|
|
PICO_ALPINE_SLAVE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${CP} ${WRKSRC}/imap/Makefile ${WRKSRC}/imap/Makefile.presed
|
|
|
|
@${SED} -e "s#^\(all:.*\) bundled\$$#\1#" \
|
|
|
|
${WRKSRC}/imap/Makefile.presed > ${WRKSRC}/imap/Makefile
|
|
|
|
@${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed
|
|
|
|
@${SED} -e "s#^\(SUBDIRS.*pico\).*#\1#" \
|
2017-04-01 13:01:46 +02:00
|
|
|
-e "s#^man_MANS.*#man_MANS = doc/man1/pico.1 doc/man1/pilot.1#" \
|
2007-12-21 11:40:25 +01:00
|
|
|
${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|