mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= affiche
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/
|
|
DISTNAME= Affiche-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Affiche allows people to stick notes
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/Affiche
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|