1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/gfslicer/Makefile

41 lines
873 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: gfslicer
# Date created: Jan 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gfslicer
PORTVERSION= 1.5.4
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= A utility to split and join files
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_AUTOTOOLS= automake:14:env
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gfslicer.1
MANCOMPRESSED= yes
post-extract:
.for file in install-sh missing mkinstalldirs
2004-06-04 17:29:38 +00:00
@${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}
.endfor
@${RM} -f ${WRKSRC}/config.cache
post-install:
${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MANPREFIX}/man/man1
.include <bsd.port.mk>