blob: 0b391a499e6da3e719d22db950b2f9140a76a4c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# Ports collection makefile for: xword
# Date created: Nov 1, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xword
PORTVERSION= 0.07
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A crossword puzzle application
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|