c54e12bbe0
PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories.
36 lines
729 B
Makefile
36 lines
729 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/05/11 07:45:53 ajacoutot Exp $
|
|
|
|
COMMENT-main= object oriented type setting language
|
|
COMMENT-doc= Lout user and expert documentation
|
|
|
|
DISTNAME= lout-3.39
|
|
PKGNAME-main= ${DISTNAME}
|
|
PKGNAME-doc= ${DISTNAME:S/-/-doc-/}
|
|
CATEGORIES= print
|
|
|
|
REVISION-main= 0
|
|
|
|
HOMEPAGE= http://savannah.nongnu.org/projects/lout/
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=lout/}
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_FILE= makefile
|
|
ALL_TARGET= prg2lout lout
|
|
INSTALL_TARGET= install installman installdoc
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WANTLIB= c m z
|
|
|
|
MULTI_PACKAGES= -doc -main
|
|
|
|
PKG_ARCH-doc= *
|
|
WANTLIB-doc=
|
|
|
|
.include <bsd.port.mk>
|