freebsd-ports/editors/gnotepad+/Makefile
Chris Piazza 68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00

26 lines
529 B
Makefile

# New ports collection makefile for: gnotepad+
# Version required: 1.1.4
# Date created: 08-March-1999
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
DISTNAME= gnotepad+-1.1.4
CATEGORIES= editors www
MASTER_SITES= http://ack.netpedia.net/gnp/
MAINTAINER= brett@peloton.runet.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
MAN1= gnp.1
.include <bsd.port.mk>