freebsd-ports/deskutils/affiche/Makefile
Dirk Meyer e89f005c31 Affiche is a little application that allows people to "stick"
little notes on their computer desktop. It works well under
GNUstep and under Apple Mac OS X.

The goal of this little application is to provide a good example
on how to develop cross-platform applications between GNUstep
and Apple Mac OS X while providing a useful application at the
same time.

WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=5
2006-10-31 05:48:05 +00:00

27 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>