mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
386 B
Makefile
23 lines
386 B
Makefile
|
# New ports collection makefile for: pfe-devel
|
||
|
# Date created: 29 October 2000
|
||
|
# Whom: patrick
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= pfe
|
||
|
PORTVERSION= 0.30.16
|
||
|
CATEGORIES= lang
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
|
||
|
MAINTAINER= patrick@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
USE_BZIP2= yes
|
||
|
|
||
|
ALL_TARGET= #
|
||
|
|
||
|
.include <bsd.port.mk>
|