blob: e120f49cc266e36e68db6bc59fe52f9da7c94d6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: digibux
# Date created: 16 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= digibux
PORTVERSION= 1.0.4
CATEGORIES= german
MASTER_SITES= http://gnu.ethz.ch/repository/digibux/
DISTNAME= digibux_${PORTVERSION}+CVS20060118.orig
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Reader for editions of Digitale Bibliothek
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/digibux-${PORTVERSION}+CVS20060118
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>
|