- svn rm some files which were just emptied in the previous commit. - Adjust the new ports' Makefiles. PR: ports/170492 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
13 lines
261 B
Makefile
13 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
|
COMMENT= Gwenhywfar FOX-1.6 support library
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar
|
|
SLAVEPORT= fox16
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|