090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
36 lines
994 B
Makefile
36 lines
994 B
Makefile
# New ports collection makefile for: pico-alpine
|
|
# Date created: December 21, 2007
|
|
# Whom: Doug Barton <dougb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pico-alpine
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
DISTNAME= alpine-${PORTVERSION}
|
|
|
|
COMMENT= [Al]PIne's message COmposition editor and Pilot file manager
|
|
|
|
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
|
|
|
|
PICO_ALPINE_SLAVE= yes
|
|
|
|
MAN1= pico.1 pilot.1
|
|
|
|
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#" \
|
|
-e "s#^man_MANS.*#man_MANS = doc/pico.1 doc/pilot.1#" \
|
|
${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in
|
|
|
|
.include "${MASTERDIR}/Makefile"
|