36 lines
831 B
Makefile
36 lines
831 B
Makefile
# $OpenBSD: Makefile,v 1.6 2000/02/13 07:08:57 turan Exp $
|
|
|
|
DISTNAME= gperf-2.7
|
|
PKGNAME= gperf-2.7-19981006
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= espie@cvs.openbsd.org
|
|
|
|
LICENSE_TYPE= "GPL NONE"
|
|
PERMIT_PKG_CDROM= YES
|
|
PERMIT_PKG_FTP= YES
|
|
PERMIT_DISTF_CDROM= YES
|
|
PERMIT_DISTF_FTP= YES
|
|
|
|
# where the source files and patches can be fetched
|
|
#
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gperf
|
|
DIRECTORY= egcs/infrastructure/
|
|
MASTER_SITES0= ftp://egcs.cygnus.com/pub/${DIRECTORY}
|
|
MASTER_SITES0+= ftp://ftp.goof.com/pub/pcg/${DIRECTORY}
|
|
MASTER_SITES0+= ftp://go.cygnus.com/pub/ftp.cygnus.com/${DIRECTORY}
|
|
PATCH_DIST_STRIP=-p1
|
|
|
|
PATCHFILES= gperf-2.7-19981006.pat:0
|
|
|
|
NEED_VERSION=1.175
|
|
SEPARATE_BUILD= concurrent
|
|
GNU_CONFIGURE= Yes
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/make.info ${PREFIX}/info/dir
|
|
|
|
|
|
.include <bsd.port.mk>
|