bc40b6794a
Affiche is a little application that allows people to "stick" little notes on their computer desktop. OK sthen@
16 lines
359 B
Makefile
16 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/15 13:05:54 sebastia Exp $
|
|
|
|
COMMENT = GNUstep sticky notes
|
|
|
|
DISTNAME = Affiche-0.6.0
|
|
|
|
HOMEPAGE = http://www.collaboration-world.com/affiche/
|
|
MASTER_SITES = http://www.collaboration-world.com/affiche.data/releases/Stable/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
WRKDIST = ${WRKDIR}/Affiche
|
|
|
|
.include <bsd.port.mk>
|