1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-toolkits/easygtk/Makefile
Mario Sergio Fujikawa Ferreira c4e8cae589 Deploy USE_GNOMENG infrastructure
PR:		42309
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 03:58:24 +00:00

32 lines
686 B
Makefile

# New ports collection makefile for: easygtk
# Date created: 3 January 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= easygtk
PORTVERSION= 1.2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.linsupport.com/sw/ \
http://www.linuxbox.com/~drow/EasyGTK/
MASTER_SITE_SUBDIR= sobomax
EXTRACT_SUFX= .tar
MAINTAINER= sobomax@FreeBSD.org
EXTRACT_BEFORE_ARGS= # it's intentionally left blank
EXTRACT_CMD= ${CAT} # not quite `extract', but who cares? ;)
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomelibs
INSTALLS_SHLIB= yes
MAKE_ENV= MKDIR="${MKDIR}" \
LN="${LN}"
.include <bsd.port.mk>