2006-09-25 04:12:49 +02:00
|
|
|
# New ports collection makefile for: charmap
|
|
|
|
# Date created: 28 Aug 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-09-25 04:12:49 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= charmap
|
|
|
|
PORTVERSION= 0.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= deskutils gnustep
|
2006-09-25 04:12:49 +02:00
|
|
|
MASTER_SITES= http://www.nongnu.org/charmap/ \
|
2007-01-13 04:57:25 +01:00
|
|
|
${MASTER_SITE_GNUSTEP_CH}
|
2006-09-25 04:12:49 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2008-04-29 19:50:29 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2006-09-25 04:12:49 +02:00
|
|
|
COMMENT= Character map for GNUstep
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_PREFIX= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|