090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
582 B
Makefile
25 lines
582 B
Makefile
# New ports collection makefile for: gnomekiss
|
|
# Date created: 4 Apr 2001
|
|
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomekiss
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= http://devel.tlrmx.org/kiss/source/
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
COMMENT= GNOME version of Kisekae Set System
|
|
|
|
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
|
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
MAN1= gnomekiss.1
|
|
|
|
.include <bsd.port.mk>
|