mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slideshowkit
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 20050209
|
|
CATEGORIES= graphics gnustep
|
|
MASTER_SITES= http://download.gna.org/gsimageapps/
|
|
PKGNAMEPREFIX= gnustep-
|
|
DISTNAME= SlideShowKit-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SlideShow Framework
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|