19 lines
327 B
Makefile
19 lines
327 B
Makefile
|
# ex:ts=8
|
||
|
# New ports collection makefile for: vcdpad
|
||
|
# Date created: Mar 9, 2001
|
||
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= vcdpad
|
||
|
PORTVERSION= 0.8
|
||
|
CATEGORIES= graphics
|
||
|
MASTER_SITES= http://www.nocrew.org/software/vcdpad/
|
||
|
|
||
|
MAINTAINER= ijliao@FreeBSD.org
|
||
|
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|