mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
80f7b97693
categorize functions. PR: ports/74825 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# New ports collection makefile for: libggimisc
|
|
# Date created: 7 December 2004
|
|
# Whom: antoine.brodin@laposte.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libggimisc
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.1/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ggi
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
|
|
|
MAINTAINER= antoine.brodin@laposte.net
|
|
COMMENT= A libggi extension providing support for hard to categorize features
|
|
|
|
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_BZIP2= yes
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN3= ggiGetRayPos.3 \
|
|
ggiSetSplitline.3 \
|
|
ggiWaitRayPos.3
|
|
MAN7= libggimisc.7
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_SVGALIB) || exists(${LOCALBASE}/include/vga.h)
|
|
LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
|
|
PLIST_SUB+= WITH_SVGALIB=""
|
|
.else
|
|
PLIST_SUB+= WITH_SVGALIB="@comment "
|
|
.endif
|
|
|
|
post-install:
|
|
@${CP} ${WRKSRC}/libggimisc.conf ${PREFIX}/etc/ggi/libggimisc.conf.dist
|
|
|
|
.include <bsd.port.post.mk>
|