mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
b41dcf3a26
PR: 70497 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
41 lines
854 B
Makefile
41 lines
854 B
Makefile
# New ports collection makefile for: giFT-OpenFT
|
|
# Date created: 2003-09-04
|
|
# Whom: Stefan Ehmann <shoesoft@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= giFT-OpenFT
|
|
PORTVERSION= 0.2.1.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gift
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
|
|
|
MAINTAINER= shoesoft@gmx.net
|
|
COMMENT= An OpenFT plugin for giFT
|
|
|
|
LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift \
|
|
db3.3:${PORTSDIR}/databases/db3
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
|
LDFLAGS="${LDFLAGS}"
|
|
|
|
DOC_FILES= AUTHORS COPYING ChangeLog \
|
|
INSTALL NEWS README TODO
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for doc in ${DOC_FILES}
|
|
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|