24 lines
487 B
Makefile
24 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/09/10 18:29:55 espie Exp $
|
|
|
|
COMMENT= "(S)VCD authoring software"
|
|
|
|
VERSION= 0.6.2
|
|
DISTNAME= vcdimager-${VERSION}
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.6/
|
|
|
|
HOMEPAGE= http://www.vcdimager.org/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= concurrent
|
|
WANTLIB= c m
|
|
|
|
.include <bsd.port.mk>
|