# Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= tpasm PORTVERSION= 1.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.ct0.com/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Cross-assembler for variety of microprocessors and controllers LICENSE= GPLv2 USES= gmake PORTDOCS= CONVERSION_C166.TXT MANUAL.TXT README*.TXT PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${PREFIX}/libdata/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/libdata/${PORTNAME} .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} .endif .include 2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-2/+2
* - Switch to options helpersamdmi32015-09-181-12/+4
* - Remove Mk/bsd.efl.mkgblach2014-12-271-1/+1
* Get rid of gnomehierbapt2014-12-231-1/+2
* Finish stage supportantoine2014-03-301-1/+1
* - Stage supportnovel2014-03-291-7/+5
* Remove trailing whitespaces from category x11-wmehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - update to 2.0.4novel2013-09-061-4/+3
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-5/+7
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* - Strip header at request of original creatortabthorpe2013-01-271-5/+1
* - update png to 1.5.10dinoex2012-06-011-1/+1
* Merge upstream fix for config path handling bug for obconf invoked withnovel2011-09-241-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+3
* - Update MASTER_SITESnovel2011-09-071-2/+2
* Unbreak (hopefully) by partially merging upstream codenovel2011-08-311-4/+4
* - Mark BROKEN: bad depobjpav2011-08-301-0/+2
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* Fix coredump on amd64.novel2010-06-121-1/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-31