1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/gnustep-objc/Makefile
Dirk Meyer 51031bdb65 - add COMMENT and MAINTAINER
- make portlint happier
2003-04-01 20:18:25 +00:00

24 lines
522 B
Makefile

# New ports collection makefile for: gnustep-objc
# Date created: 28.Mar.2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PKGNAMESUFFIX= -objc
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNU Compiler Collection 3.2.2 with threads and shared libs
WANT_SHAREDLIBS= yes
WANT_THREADS_SUPPORT= yes
MASTERDIR?= ${.CURDIR}/../../lang/gcc32
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"