mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
20 lines
380 B
Makefile
20 lines
380 B
Makefile
|
# New ports collection makefile for: gmessage
|
||
|
# Version required: 0.2
|
||
|
# Date created: Sun Jul 18 1999
|
||
|
# Whom: domi@saargate.de
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= gmessage-0.2
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= http://www.math.uni-goettingen.de/dadler/gmessage/
|
||
|
|
||
|
MAINTAINER= domi@saargate.de
|
||
|
|
||
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|