blob: f2f192e9aa27bd8432ef986d16c252adba1516a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: tuxpaint-stamps
# Date created: 15 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= tuxpaint
DISTVERSION= 2006.10.21
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -stamps
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= TuxPaint Stamps
RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint
NO_BUILD= yes
do-install:
${CP} -R ${WRKSRC}/stamps ${DATADIR}
.include <bsd.port.mk>
|