mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e904a42961
PR: 103931 Approved by: pav
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# New ports collection makefile for: innerspace
|
|
# Date created: 02 Nov 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= innerspace
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= x11 gnustep
|
|
MASTER_SITES= http://download.savannah.nongnu.org/releases/gap/
|
|
|
|
DISTNAME= InnerSpace-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= GNUstep screensaver
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|