freebsd-ports/sysutils/gfslicer/Makefile
Kirill Ponomarev 01357d86c7 - Fix MASTER_SITES
- Remove obsolete WWW: line
- Distfile was moved to new MASTER_SITES and compressed with
  another compression level, so no changes.

PR:		ports/64337
Submitted by:	Ports Fury
2004-03-16 16:29:00 +00:00

42 lines
960 B
Makefile

# ex:ts=8
# Ports collection makefile for: gfslicer
# Date created: Jan 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gfslicer
PORTVERSION= 1.5.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility to split and join files
BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
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
@${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC}
.endfor
@${RM} -f ${WRKSRC}/config.cache
post-install:
${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MANPREFIX}/man/man1
.include <bsd.port.mk>