28 lines
600 B
Makefile
28 lines
600 B
Makefile
|
# New ports collection makefile for: affiche
|
||
|
# Date created: 21 Oct 2006
|
||
|
# Whom: dirk.meyer@dinoex.sub.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= affiche
|
||
|
PORTVERSION= 0.6.0
|
||
|
CATEGORIES= deskutils
|
||
|
MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/
|
||
|
DISTNAME= Affiche-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= dinoex@FreeBSD.org
|
||
|
COMMENT= Affiche allows people to stick notes
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/Affiche
|
||
|
USE_GMAKE= yes
|
||
|
USE_GNUSTEP= yes
|
||
|
USE_GNUSTEP_PREFIX= yes
|
||
|
USE_GNUSTEP_BACK= yes
|
||
|
USE_GNUSTEP_BUILD= yes
|
||
|
USE_GNUSTEP_INSTALL= yes
|
||
|
MAKEFILE=
|
||
|
ALL_TARGET=
|
||
|
|
||
|
.include <bsd.port.mk>
|