2001-06-06 12:49:47 -04:00
|
|
|
# New ports collection makefile for: led
|
|
|
|
# Date created: 6 June 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= led
|
2001-06-09 14:41:29 -04:00
|
|
|
PORTVERSION= 0.9.1
|
|
|
|
PORTREVISION= 0
|
2001-06-06 12:49:47 -04:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
|
|
|
|
|
2001-06-07 05:26:51 -04:00
|
|
|
MAINTAINER= fracture@allusion.net
|
2001-06-06 12:49:47 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= led.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2001-06-07 05:26:51 -04:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/led
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/led/dot.ledrc
|
|
|
|
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \
|
|
|
|
${PKGMESSAGE}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2001-06-06 12:49:47 -04:00
|
|
|
.include <bsd.port.mk>
|