8bd539eb72
- Convert gnomehack to USES=pathfix - Drop @dirrm* from plist
24 lines
550 B
Makefile
24 lines
550 B
Makefile
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnomekiss
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= http://devel.tlrmx.org/kiss/source/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME version of Kisekae Set System
|
|
|
|
LICENSE= GPLv2 # or later
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
|
|
|
|
USES= gettext-tools pathfix pkgconfig
|
|
USE_GNOME= gnomeprefix libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|